/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
    visibility: hidden;
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

@media (height: 500px) {
    /* hostpot1 */
    #ann4_dialog {
      margin-left: -240px;
      margin-top:-150px;
      transform: scale(0.8) !important;
    }
  
    /* hostpot2 */
    #ann5_dialog {
      margin-top: 60px;
      margin-right: 15px;
      transform: scale(1.1) !important;
      width: 250px;
    }
  
    /* hostpot3 */
    #ann6_dialog {
      margin-top: 50px;
      margin-left: 15px;
      width: 220px;
    }
  
    /* hostpot4 */
    #ann7_dialog {
      margin-top: -150px;
      margin-left: 0px;
      width: 250px;
      transform: scale(0.75) !important;
    }
  
    /* hostpot5 */
    #ann8_dialog {
      margin-top: 50px;
      margin-right: -100px;
      width: 250px;
    }
  
    img {
      width: 100%;
    }

    iframe{
        width: 100%;
        height: 120px;
    }
  }
  
@media (height: 600px) {
/* hostpot1 */
#ann4_dialog {
    margin-left: 35px;
    margin-top: -80px;
    width: 280px;
}

/* hostpot2 */
#ann5_dialog {
    margin-top: -180px;
    margin-left: 170px;
    transform: scale(1.2) !important;
    width: 300px;
}

/* hostpot3 */
#ann6_dialog {
    margin-top: 50px;
    margin-right: -120px;
    width: 350px;
}

/* hostpot4 */
#ann7_dialog {
    margin-top: -150px;
    margin-left: 380px;
    width: 250px;
    transform: scale(1.2) !important;
}

/* hostpot5 */
#ann8_dialog {
    margin-top: 80px;
    margin-right: -150px;
    width: 350px;
    transform: scale(1.2) !important;
}

img{
    width: 100%;
}

iframe{
    width: 100%;
}
}